Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Apr 26, 2016
1 parent 20801ad commit c255aef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions changelog.dd
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ assert(m.front[1] == "12");
)

$(LI $(P $(XREF algorithm, mutation, swapAt) allows to swap elements
of a RandomAccessRange by their indices.
of a RandomAccessRange by their indices.
)
)

$(LI $(P $(XREF range, iota)'s `.length` property is now always returned as
`size_t`. This means if you are on a 32-bit CPU and you are using
iota to iterate 64-bit types, the length will be truncated to `size_t`.
In non-release mode, you will get an exception if the length exceeds
`size_t.max` in your call to `iota`.
)
`size_t`. This means if you are on a 32-bit CPU and you are using
iota to iterate 64-bit types, the length will be truncated to `size_t`.
In non-release mode, you will get an exception if the length exceeds
`size_t.max` in your call to `iota`.
)
)

)
Expand Down

0 comments on commit c255aef

Please sign in to comment.