std.regex.types

Types

#[derive(Eq, Show)]
type Match = { start : Int, end : Int, text : String }

Values

#[implicit]
let eq_Match : Eq Match

Eq a defines equality (==) on a

#[implicit]
let show_Match : Show Match

Show a represents a conversion function from a to a readable string.