StringElt
structurestructure StringElt :
ELEMENT where type t = string
StringElt
Cost SpecificationWork | Span | |
equal (A,B)
|
O(min(|A|,|B|)) | O(min(|A|,|B|)) |
compare (A,B) |
O(min(|A|,|B|)) | O(min(|A|,|B|)) |
hash A |
O(|A|) | O(|A|) |
toString A |
O(|A|) | O(|A|) |