Skip to content
Snippets Groups Projects
Unverified Commit 457706e1 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Move std::array_iter to std::array::extensions

This way we use the same pattern as we do for extending Integer.
parent 146b462a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,14 +27,14 @@ import std::nil
import std::block
import std::string
import std::array
import std::array_iter
import std::array::extensions::(self as _)
import std::map::(Map as _Map)
import std::inspect
import std::byte_array
import std::process
import std::vm
import std::range::(Range as _Range)
import std::integer::extensions
import std::integer::extensions::(self as _)
import std::module
 
# These constants are re-exported so they're available to all modules by
Loading
Loading
# Iterator types and methods for the `Array` type.
# Extensions for the `Array` type that can only be defined later on in the
# bootstrapping process.
#
# These types and methods are defined separately as otherwise `std::iterator`
# would depend on `std::array` while `std::array` would depend on
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment