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