[][src]Trait iron_oxide::Array

pub trait Array<T: Object>: Object {
    unsafe fn set_object_at_indexed_subscript(&self, index: NSUInteger, obj: &T) { ... }
}

Provided methods

unsafe fn set_object_at_indexed_subscript(&self, index: NSUInteger, obj: &T)

Puts in the array at the specified index the specified object.

Loading content...

Implementors

Loading content...