The tracking issue for this feature is #48055
This includes the following blanket impls for closure traits:
#!/usr/bin/make -f | |
EXECS = a b d | |
CXX = g++ | |
CXXFLAGS = -O2 -Wall -Wextra -g -std=gnu++14 | |
all: $(EXECS) | |
clean: | |
$(RM) $(EXECS) |
The tracking issue for this feature is #48055
This includes the following blanket impls for closure traits:
package main | |
func main() { | |
ch := make(chan int) | |
x := make([]int, 10) | |
go (func() { | |
y := make([]int, 10) | |
for i := 0; i < 1000000; i++ { | |
z := x | |
z[len(z)-1] = -1 |
// ==UserScript== | |
// @name BigQuery auto validate | |
// @namespace https://qnighy.info/ | |
// @version 0.1 | |
// @description saikou | |
// @author Masaki Hara | |
// @match https://bigquery.cloud.google.com/* | |
// @grant none | |
// ==/UserScript== |
パターンとはその言語が抽象化できなかった敗北の歴史である。 しかしどんなに優れた言語であってもあらゆる繰り返しに勝てるわけではない。 人は必ずメタ繰り返しを欲するからだ。 そしてそれはRustも例外ではない。
ここでは、OOPでも知られているパターンよりも、Rustに特有のパターンを思いつく限りまとめてみた。名前は適当。
puts "BasicObject except Exception" if system("ruby -c "+ARGV[0]) |
#!/bin/bash | |
cd.() { | |
local x="$1" | |
shift | |
cd ".$x" "$@" | |
} |
SATySFiコミッターポリシー提案
用語
PRについて