Struct woot::WString [] [src]

pub struct WString<S, P: Key> { /* fields omitted */ }

The actual String type

Methods

impl<S, P> WString<S, P> where
    S: Clone,
    P: Key
[src]

Length of visible data.

Visible data

Visible data as an iterator

Applies Operation op.

Insert v at position n. This will panic if n > len()

delete charater at position n panics if n >= len()

Trait Implementations

impl<S, P> Debug for WString<S, P> where
    S: Debug,
    P: Key + Debug
[src]

Formats the value using the given formatter.