add(widget): primitive progressbar widget
This commit is contained in:
parent
26de688e68
commit
d60f3b89a7
9 changed files with 239 additions and 5 deletions
|
|
@ -633,7 +633,8 @@ impl Value {
|
|||
.unwrap_or(self.len())
|
||||
}
|
||||
|
||||
/// Returns a new [`Value`] containing the graphemes until the given `index`.
|
||||
/// Returns a new [`Value`] containing the graphemes until the given
|
||||
/// `index`.
|
||||
///
|
||||
/// [`Value`]: struct.Value.html
|
||||
pub fn until(&self, index: usize) -> Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue