mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-07 10:01:24 +00:00
Issue #275: Adding Array.prototype.find. Fixing newline.
This commit is contained in:
parent
d29b17f158
commit
baf76431bc
@ -134,7 +134,6 @@ extern "C" {
|
|||||||
#[wasm_bindgen(method)]
|
#[wasm_bindgen(method)]
|
||||||
pub fn fill(this: &Array, value: JsValue, start: u32, end: u32) -> Array;
|
pub fn fill(this: &Array, value: JsValue, start: u32, end: u32) -> Array;
|
||||||
|
|
||||||
|
|
||||||
/// The `filter()` method creates a new array with all elements that pass the
|
/// The `filter()` method creates a new array with all elements that pass the
|
||||||
/// test implemented by the provided function.
|
/// test implemented by the provided function.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user