pub fn hasLen(self: FloatStream, n: usize) bool
pub fn hasLen(self: FloatStream, n: usize) bool { return self.offset + n <= self.slice.len; }