Function isBytes [src]

Prototype

pub inline fn isBytes(self: Self, slice: []const u8) NoEofError!bool

Parameters

self: Selfslice: []const u8

Possible Errors

EndOfStream

Source

pub inline fn isBytes(self: Self, slice: []const u8) NoEofError!bool { return @errorCast(self.any().isBytes(slice)); }