Struct woot::WString [] [src]

pub struct WString<S: Debug> { /* fields omitted */ }

The workhorse.

Methods

impl<S> WString<S> where S: Clone + Debug
[src]

Create a new Instance with random site-id.

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> Debug for WString<S> where S: Debug
[src]

Formats the value using the given formatter.

impl<S> Clone for WString<S> where S: Clone + Debug
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more