Preparing search index...
The search index is not available
@webgpu/cts
@webgpu/cts
common/util/util
mapLazy
Function mapLazy
map
Lazy
<
T
,
R
>
(
xs
,
f
)
:
Iterable
<
R
>
Creates a (reusable) iterable object that maps
f
over
xs
, lazily.
Type Parameters
T
R
Parameters
xs
:
Iterable
<
T
>
f
:
(
(
x
)
=>
R
)
(
x
)
:
R
Parameters
x
:
T
Returns
R
Returns
Iterable
<
R
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@webgpu/cts
common/framework/data_cache
common/framework/fixture
common/framework/metadata
common/framework/params_builder
common/framework/resources
common/framework/test_config
common/framework/test_group
common/util/collect_garbage
common/util/colors
common/util/crc32
common/util/data_tables
common/util/navigator_gpu
common/util/parse_imports
common/util/preprocessor
common/util/timeout
common/util/types
common/util/util
common/util/wpt_reftest_wait
webgpu/api/operation/buffers/mapping_test
webgpu/api/operation/command_buffer/programmable/programmable_state_test
webgpu/api/operation/memory_sync/buffer/buffer_sync_test
Loading...
Generated using
TypeDoc
Creates a (reusable) iterable object that maps
f
overxs
, lazily.