mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-06 09:41:18 -04:00
SwiftFormat genericExtensions
This commit is contained in:
parent
da8eeb0f29
commit
32f1ff045a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
// Created by Nindi Gill on 20/6/2022.
|
// Created by Nindi Gill on 20/6/2022.
|
||||||
//
|
//
|
||||||
|
|
||||||
extension Array where Element == UInt8 {
|
extension Array<UInt8> {
|
||||||
func uInt8(at offset: Int) -> UInt8 {
|
func uInt8(at offset: Int) -> UInt8 {
|
||||||
self[offset]
|
self[offset]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue