| ... | ... | @@ -2324,9 +2324,8 @@ pub fn nativeToBig(comptime T: type, x: T) T { |
| 2324 | 2324 | } |
| 2325 | 2325 | |
| 2326 | 2326 | /// Returns the number of elements that, if added to the given pointer, align it |
| 2327 | | /// to a multiple of the given quantity. |
| 2328 | | /// Returns an aligned pointer or null if one of the following conditions is |
| 2329 | | /// met: |
| 2327 | /// to a multiple of the given quantity, or `null` if one of the following |
| 2328 | /// conditions is met: |
| 2330 | 2329 | /// - The aligned pointer would not fit the address space, |
| 2331 | 2330 | /// - The delta required to align the pointer is not a multiple of the pointee's |
| 2332 | 2331 | /// type. |