pub fn init(s: []const u8) FloatStream
pub fn init(s: []const u8) FloatStream { return .{ .slice = s, .offset = 0, .underscore_count = 0 }; }