This PR defines the new `String.Slice` API. Many of the core design principles of the API are taken over from Rust's [string library](https://doc.rust-lang.org/stable/std/string/struct.String.html).
12 lines
348 B
Text
12 lines
348 B
Text
/-
|
|
Copyright (c) 2025 Lean FRO, LLC. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Henrik Böving
|
|
-/
|
|
module
|
|
|
|
prelude
|
|
public import Init.Data.String.Pattern.Basic
|
|
public import Init.Data.String.Pattern.Char
|
|
public import Init.Data.String.Pattern.String
|
|
public import Init.Data.String.Pattern.Pred
|