ULID.data

data stores ulid elements 0..6 bytes make up the time stamp 6..16 bytes make up entropy (random) part

struct ULID
ubyte[16] data;

Meta