| 98 | } |
| 99 | |
| 100 | cripts::string_view::size_type |
| 101 | Length() |
| 102 | { |
| 103 | return GetSV().size(); |
| 104 | } |
| 105 | |
| 106 | // This is not ideal, but best way I can think of for now to mixin the cripts::string_view mixin class |
| 107 | // Remember to add things here when added to the Lulu.hpp file for the mixin class... :/ |