| author | |
| committer | |
| log | b3967c9db9fcd4febc0b7ef6558474d8c4ab8828 |
| tree | b83850d58d796a4b8777e17140070e0831a7c1d9 |
| parent | 6d7743ec51d3ee14a69ff4439ebd97e9e7d4f0b9 |
1 files changed, 1 insertions(+), 1 deletions(-)
ulid.zig+1-1| ... | @@ -30,7 +30,7 @@ pub const Factory = struct { | ... | @@ -30,7 +30,7 @@ pub const Factory = struct { |
| 30 | /// |----------| |----------------| | 30 | /// |----------| |----------------| |
| 31 | /// Timestamp Randomness | 31 | /// Timestamp Randomness |
| 32 | /// 48bits 80bits | 32 | /// 48bits 80bits |
| 33 | pub const ULID = struct { | 33 | pub const ULID = packed struct { |
| 34 | timestamp: u48, | 34 | timestamp: u48, |
| 35 | randomnes: u80, | 35 | randomnes: u80, |
| 36 | 36 |