- π§βπ» A Coder ...
- π€ Looking for true meaning ...
- π Just watching ...
- π Missing ...
π¨βπ»
Pinned Loading
-
Extension SwiftyJSON with JSONDecodable
Extension SwiftyJSON with JSONDecodable 1import Foundation
2import SwiftyJSON
34public protocol JSONDecodable {
5 -
Shitcoin price format eg. 0.0{6}4518
Shitcoin price format eg. 0.0{6}4518 1enum RegularType {
2case scientificNotation
3case shitcoinPrice
4case url
5case evmAddress
-
BigInt to string
BigInt to string 1import Foundation
2import BigInt
34extension BigUInt {
5func string(decimals: Int) -> String {
-
Biometrics
Biometrics 1import UIKit
2import LocalAuthentication
34class BiometricsUtils {
5 -
Swift namespace mixin
Swift namespace mixin 1public struct MixinWrapper<Base> {
2public var base: Base
3init(_ base: Base) {
4self.base = base
5}
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.