mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
E.String gets a Rope
This commit is contained in:
@@ -5,6 +5,7 @@ const string = @import("string_types.zig").string;
|
||||
const stringZ = @import("string_types.zig").stringZ;
|
||||
const CodePoint = @import("string_types.zig").CodePoint;
|
||||
const bun = @import("global.zig");
|
||||
pub const joiner = @import("./string_joiner.zig");
|
||||
const assert = std.debug.assert;
|
||||
pub inline fn containsChar(self: string, char: u8) bool {
|
||||
return indexOfChar(self, char) != null;
|
||||
|
||||
Reference in New Issue
Block a user